ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Page Class / DrawText Method / DrawText(String[],Single,Single,Single,Single,String) Method
The astr text.
The left.
The top.
The width.
The height.
The string link.

In This Topic
    DrawText(String[],Single,Single,Single,Single,String) Method
    In This Topic
    Draws the text.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawText( _
       ByVal astrText() As String, _
       ByVal left As Single, _
       ByVal top As Single, _
       ByVal width As Single, _
       ByVal height As Single, _
       ByVal strLink As String _
    ) 
    public void DrawText( 
       string[] astrText,
       float left,
       float top,
       float width,
       float height,
       string strLink
    )

    Parameters

    astrText
    The astr text.
    left
    The left.
    top
    The top.
    width
    The width.
    height
    The height.
    strLink
    The string link.
    See Also